home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_03
/
9n03106a
< prev
next >
Wrap
Text File
|
1991-01-14
|
640b
|
17 lines
Expression Value Type
array_of_arrays 100 (int *)[10]
array_of_arrays[0] 100 int *
array_of_arrays[0][0] 1 int
array_of_arrays[1] 120 int *
array_of_arrays + 1 120 (int *)[10]
array_of_arrays[0] + 1 102 int *
q 100 (int *)[10]
q[0] 100 int *
q[0][0] 1 int
q[1] 120 int *
q + 1 120 (int *)[10]
q[0] + 1 102 int *